Blog

LogBox Release Candidate 1 is out!

Luis Majano August 05, 2009

Spread the word

Luis Majano

August 05, 2009

Spread the word


Share your thoughts

New update to LogBox is out today in preparation for a final 1.0 release. You can download it from the main download page. This update includes the following:

Ability to get a logger using a class object instead of a category name:

<cfset logger = logBox.getLogger(this)>

LogBox will then inspect the object and get its fully qualified name from it.  This is great instead of passing the category name because when you refactor, the logging auto-adjusts itself.

Tracer log level removed.

Creation of a DummyAppender that will log null messages. Useful for testing

ColdBox integration updated for 3.0 apps:
  • All 3.0 apps now have logBox integration
  • New appender for ColdBox Apps: ColdboxTracerAppender which will interface with the ColdBox debugger so you have access to all the logging right in your debugger panel as tracers.
  • ColdBox is now synchronized with logBox instances for creating custom coldbox related appenders and logging.
  • New logbox DSL for autowiring.  You can now autowire logbox, the root logger, and any logger in any coldbox enabled application via setter, constructor or cfproperty injection.

<!--- LogBox Instance --->
<cfproperty name="logBox" type="logbox">
<!--- Root Logger --->
<cfproperty name="logger" type="logbox:root">
<!--- Single Category name --->
<cfproperty name="logger" type="logbox:logger:MyCategory">
<!--- Dynamic Name --->
<cfproperty name="logger" type="logbox:logger:#getMetadata(this).name#">



Add Your Comment

(3)

Aug 05, 2009 11:07:27 UTC

by Robert Rawlins

I'll be honest, this is the first time I've really looked at anything to do with LogBox but looks really excellent, I know in the past I've gotten used to the excellent logging library's that come with Python and JAVA, cflog was always pretty insufficient. Louis, this might seem like a rude question so tell me if it is, but does LogBox work outside of the ColdBox framework? I have a non-frameworked application which currently has my own little home-brew logging model which I'd love to upgrade. Rob

Aug 05, 2009 11:47:01 UTC

by LUis Majano

Hi Rob, Yes! The whole idea behind the new 3.0 ColdBox Platform is modularity and identity. We have identified several core services that can be used standalone. So you can use LogBox with any non-framework application, or with any other framework out there.

Aug 05, 2009 11:51:44 UTC

by Robert Rawlins

Luis that sounds excellent! I'll be sure to download me a copy and have a play around! thank you. Rob

Recent Entries

12 Days of BoxLang - Day 1: ColdBox

12 Days of BoxLang - Day 1: ColdBox

ColdBox + BoxLang: The Future of Modern MVC on the JVM Welcome to Day 1 of the 12 Days of BoxLang

To kick off the series, we’re starting with one of the most powerful combinations in the Ortus ecosystem: ColdBox + BoxLang.

ColdBox has been the standard for modern CFML MVC development for over a decade. BoxLang is the next-generation dynamic language built for JVM and beyond. Together, they reshape how developers build web apps, APIs, microservices, CLIs, and soon desktop applications.

Let’s dive into why ColdBox 8 + BoxLang PRIME is a major milestone for the future of modern application development.

Maria Jose Herrera
Maria Jose Herrera
December 10, 2025
 Introducing CBWIRE v5.0!

 Introducing CBWIRE v5.0!

We are thrilled to announce the release of CBWIRE v5.0, the most powerful, stable, and developer-friendly version of CBWIRE ever shipped.

This major upgrade introduces deep BoxLang support, upgraded Livewire v3.6.4 features, enhanced security, improved error handling, performance gains, and long-requested developer experience improvements across the board.

Whether you're building full applications, dashboards, or reactive components inside ColdBox, CBWIRE v5.0 gives you more power with less friction.

Maria Jose Herrera
Maria Jose Herrera
December 10, 2025
Close the Year Strong: Secure Your 2026 CFML Consulting plan or Professional Support at a Special Rate

Close the Year Strong: Secure Your 2026 CFML Consulting plan or Professional Support at a Special Rate

As we approach the end of the year, many engineering teams face the same challenge: unused budget that must be spent before December 31 or a new 2026 budget that should be allocated strategically from the start.

If your organization relies on ColdFusion or Lucee, this is the ideal moment to secure expert support and ensure a stable, high-performing foundation for next year.

To help te...

Cristobal Escobar
Cristobal Escobar
December 10, 2025